Skip to main content
GET
/
api
/
integrations
/
[provider]
/
connect
GET /api/integrations/[provider]/connect
curl --request GET \
  --url 'https://api.example.com/api/integrations/[provider]/connect'

Documentation Index

Fetch the complete documentation index at: https://docs.renchi.ai/llms.txt

Use this file to discover all available pages before exploring further.

  • GET /api/integrations/[provider]/connect * Alternative GET endpoint that redirects directly to OAuth provider. Useful for simple anchor link integrations.

Response

Returns unknown on success.

Example

curl -X GET https://your-domain.com/api/integrations/[provider]/connect \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_TOKEN"